Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.332 Times

Search results for "creating funny GIFs"

Creating Funny GIFs

Software 81 - 100: < 1 ... 4 5 6 ... 24 25 >
Added: July 24, 2010 | Visits: 1.167

Autojar 1.3.1 / Autojar helps creating jar files of minimal size from different inputs like own classes, external archives etc. Autojar library starts from one or more given classes (e.g., an applet), recursively searches the bytecode for references to other classes, extracts these classes from the input... Platforms: Linux

License: Freeware Size: 337.92 KB Download (116): Autojar 1.3.1 / Download

Added: February 24, 2010 | Visits: 1.348

Fat Fish Fat Fish is an attractive and funny arcade game. Are you prepared to meet the most hungry fish of the ocean?... Fat Fish is a game where you take the control of a fish who has a insatiable stomach and must to eat his victims who falls infinitely into the ocean. The game has 4 different... Platforms: Linux

License: Freeware Size: 2 MB Download (97): Fat Fish Download

Added: July 18, 2010 | Visits: 1.407

Big Faceless Graph Library The Big Faceless Graph Library is a Java class library for creating graphs and charts. It is backed by a full 3D engine, allowing you to create shaded 3D pie, bar, and line graphs as GIF, PDF, PNG, or other image formats. Big Faceless Graph Library features include transparent backgrounds,... Platforms: Linux

License: Shareware Cost: $800.00 USD Size: 1.6 MB Download (100): Big Faceless Graph Library Download

Added: June 11, 2010 | Visits: 1.309

Big Faceless PDF Library The Big Faceless PDF Library is a Java class library for creating PDF documents. The Extended Edition of Big Faceless PDF Library offers the ability to create and edit AcroForms, PDFs answer to the HTML form. Like HTML forms, PDF forms can contain text boxes, radio buttons, and can call... Platforms: Linux

License: Shareware Cost: $800.00 USD Size: 4.7 MB Download (99): Big Faceless PDF Library Download

Added: May 11, 2010 | Visits: 1.003

Vector Visuals Vector Visuals provides an easy-to-use, object-based API for creating and manipulating Java2D-rendered shapes and images. The project features object embedding, dynamic connectors, and multithreaded task support. Vector Visuals has been downloaded thousands of times, and is already in use in a... Platforms: Linux

License: Freeware Size: 39.94 KB Download (100): Vector Visuals Download

Added: January 08, 2010 | Visits: 1.339

Stopmotion Stopmotion is a free application for creating stop-motion animation movies. The users will be able to create stop-motions from pictures imported from a camera or from the harddrive, add sound effects and export the animation to different video formats such as mpeg or avi. Stopmotion creates... Platforms: Linux

License: Freeware Size: 2.2 MB Download (152): Stopmotion Download

Added: March 07, 2010 | Visits: 1.014

XML Parse Library XML-Parse library is a lightweight set of re-usable functions for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator. It supports all valid XML, and... Platforms: Linux

License: Freeware Size: 11.26 KB Download (104): XML Parse Library Download

Added: January 11, 2010 | Visits: 989

TinyDYN TinyDYN provides a package for creating and using dynamic DNS services. TinyDYN is a package of client and server software for operating dynamic DNS services. It enables anyone to run dynamic DNS services using strong authentication or to be a client of someone using TinyDYN as a dynamic IP... Platforms: Linux

License: Freeware Size: 17.41 KB Download (112): TinyDYN Download

Added: August 14, 2010 | Visits: 1.408

crip crip is a terminal-based ripper/encoder/tagger tool for creating Ogg Vorbis/FLAC/MP3 files under UNIX/Linux. It is well-suited for anyone (especially the perfectionist) who seeks to make a lot of files from CDs and have them all properly labeled and professional-quality with a minimum of hassle... Platforms: Linux

License: Freeware Size: 35.84 KB Download (107): crip Download

Added: September 02, 2010 | Visits: 1.126

Podcast::Publisher Podcast::Publisher is a Perl module for creating and managing podcasts. SYNOPSIS use Podcast::Publisher; my $podcast = Podcast::Publisher->new; $podcast->set_logger( sub { my $msg = shift; print $msg; } ); $podcast->set_error_logger( sub { my $msg = shift; print STDERR $msg; } ); my $xml... Platforms: Linux

License: Freeware Size: 12.29 KB Download (100): Podcast::Publisher Download

Added: August 15, 2010 | Visits: 1.343

GD::Map GD::Map is Perl extension for creating geographic map files with GD. SYNOPSIS use GD::Map; my $m = GD::Map:new( basemap_path => "[required]", output_path => "[required]", verbose => 1, ); $m->set_basemap("northamerica"); $m->add_object(id => "route", type => "line", color =>... Platforms: Linux

License: Freeware Size: 8.19 KB Download (132): GD::Map Download

Added: May 14, 2010 | Visits: 993

PostScript::File PostScript::File is a Perl base class for creating Adobe PostScript files. SYNOPSIS use PostScript::File qw(check_tilde check_file incpage_label incpage_roman); Simplest An hello world program: use PostScript::File; my $ps = new PostScript::File(); $ps->add_to_page( < Platforms: Linux

License: Freeware Size: 22.53 KB Download (119): PostScript::File Download

Added: April 07, 2010 | Visits: 897

GStreamer-editor Graphical editor for creating GStreamer media pipelines Lets you quickly assemble and test various GStreamer pipelines to make audio and video players, transcoders and so on.. Platforms: Linux

License: Freeware Size: 491.52 KB Download (105): GStreamer-editor Download

Added: September 26, 2010 | Visits: 837

Serverstats Serverstats is a simple tool for creating graphs using rrdtool. It does not have any features to manage the created rrd-files, so if you change anything you have to delete and recreate the files. There is also no frontend for managing your graphs and sources. Serverstats is designed to be... Platforms: Linux

License: Freeware Size: 1.02 KB Download (102): Serverstats Download

Added: March 03, 2010 | Visits: 1.525

MP3 Report Generator MP3 Report Generator is a customizable program to scan a list of (sub)directories, creating a report from an HTML template. Also calculates various statistics and each songs playing time. Supports ID3 and ID3v2 tags. All options can be configured through the command line, see mp3report.pl... Platforms: Linux

License: Freeware Size: 36.86 KB Download (103): MP3 Report Generator Download

Added: May 11, 2010 | Visits: 889

Tk::Help Tk::Help is simple widget for creating a help system for Perl/Tk applications. SYNOPSIS use Tk::Help; my $help = $main->Help(-variable => @array); This is an answer to a personal need to be able to create help systems for my Perl/Tk applications. Originally, I just created a really big... Platforms: Linux

License: Freeware Size: 5.12 KB Download (89): Tk::Help Download

Added: July 16, 2010 | Visits: 1.034

gg_tk gg_tk is an easy-to-use C++ library for creating multimedia applications. The project is divided into several "modules", including GUI, graphics, file, 3D, etc.. This server is a central point for development, distribution and maintainance of software. It runs on Savane. Platforms: Linux

License: Freeware Size: 450.56 KB Download (98): gg_tk Download

Added: July 19, 2010 | Visits: 857

ClikMenu ClikMenu project is a library of functions for creating drop-down and popup menus with JavaScript. Support for multi-level (i.e. cascading or hierarchical) menus is standard, and entries can be URI links, "onmousedown"-type function calls, plaintext labels, or submenus. ClikMenu is compatible... Platforms: Linux

License: Freeware Size: 31.74 KB Download (94): ClikMenu Download

Added: July 03, 2010 | Visits: 900

Convex Convex provides a flexible pattern matching system designed for creating response driven IRC bots. Convex is a system for creating IRC bots. It features stability, a small memory footprint, a flexible but intuitive configuration system, stealth running, and a secure infrastructure.... Platforms: Linux

License: Freeware Size: 14.34 KB Download (100): Convex Download

Added: April 25, 2010 | Visits: 1.129

HPUX::SDUX HPUX::SDUX is a Perl module for creating SD-UX software depots of Perl modules. SYNOPSIS perl -MHPUX::SDUX -e wmf make; make test; make depot HPUX::SDUX is a Perl module to assist creating SD-UX software depots for Perl modules on HP-UX. As such, it is utterly useless for Perl users on... Platforms: Linux

License: Freeware Size: 5.12 KB Download (99): HPUX::SDUX Download

Software 81 - 100: < 1 ... 4 5 6 ... 24 25 >